null operator - vertaling naar russisch
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:     

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

null operator - vertaling naar russisch

SUBROUTINE THAT RETURNS NO DATA VALUES AND LEAVES THE PROGRAM STATE UNCHANGED
Null operator; Null operation

null operator         

математика

нулевой оператор

null function         

математика

нулевая функция

null pointer         
A VALUE INDICATING THAT A POINTER DOES NOT REFER TO A VALID OBJECT
Null reference; NullPointerException; NULL pointer; Java.lang.NullPointerException; Null pointer exception; Billion-dollar mistake; Null pointer error

общая лексика

пустой указатель

в программировании - ссылка на ноль. Такое значение указателя может, означать неудачный результат работы функции. Это значение часто присваивается указателю в качестве начального или значения по умолчанию

Смотрите также

pointer

Definitie

/dev/null
/dev-nuhl/ [The Unix null device, used as a data sink] A notional "black hole" in any information space being discussed, used, or referred to. A controversial posting, for example, might end "Kudos to rasputin@kremlin.org, flames to /dev/null". See bit bucket. [Jargon File]

Wikipedia

Null function

In computer science, a null function (or null operator) is a subroutine that leaves the program state unchanged. When it is part of the instruction set of a processor, it is called a NOP or NOOP (No OPeration).

Mathematically, a (computer) function f {\displaystyle f} is null if and only if its execution leaves the program state s {\displaystyle s} unchanged. That is, a null function is an identity function whose domain and codomain are both the state space S {\displaystyle S} of the program, and for which:

f ( s ) = s {\displaystyle f(s)=s} for all elements s S {\displaystyle s\in S} .

Less rigorous definitions may also be encountered. For example, a function may take a single operand, transform it into a new data type, and return the result. While such usages bear a strong visual resemblance to identity functions, they create or alter a binary data value and thus change the program state. From a software maintainability perspective it is better to identify such "minor" alternations of state explicitly, since calling them null functions provides future maintainers of the code with no insights on their actual purposes.

Vertaling van &#39null operator&#39 naar Russisch